.asm.obj:
 	tasm $*;

kodiakk.com: head.obj kodiakk.obj tail.obj
	tlink /t/m head+kodiakk+tail,kodiakk;

zip:
	del *.obj
	del *.map
	zip -a kodiakk
